TSTP Solution File: PUZ140^2 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PUZ140^2 : TPTP v8.1.2. Released v6.4.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.zaj9vYOuRz true

% Computer : n012.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 13:31:20 EDT 2023

% Result   : Theorem 0.21s 0.75s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   21 (   8 unt;   7 typ;   0 def)
%            Number of atoms       :   23 (  14 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   45 (   7   ~;   3   |;   6   &;  29   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Number of types       :    3 (   2 usr)
%            Number of type conns  :   11 (  11   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   5 usr;   2 con; 0-2 aty)
%            Number of variables   :   14 (   0   ^;  10   !;   4   ?;  14   :)

% Comments : 
%------------------------------------------------------------------------------
thf(beverage_type,type,
    beverage: $tType ).

thf(syrup_type,type,
    syrup: $tType ).

thf(coffee_mixture_type,type,
    coffee_mixture: syrup > beverage ).

thf(sk__type,type,
    sk_: ( syrup > beverage ) > syrup ).

thf(coffee_type,type,
    coffee: beverage ).

thf(hot_type,type,
    hot: beverage > $o ).

thf(mix_type,type,
    mix: beverage > syrup > beverage ).

thf(there_is_hot_coffee,conjecture,
    ? [SyrupMixer: syrup > beverage] :
    ! [S: syrup] :
    ? [B: beverage] :
      ( ( hot @ B )
      & ( B = coffee )
      & ( B
        = ( SyrupMixer @ S ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ? [SyrupMixer: syrup > beverage] :
      ! [S: syrup] :
      ? [B: beverage] :
        ( ( hot @ B )
        & ( B = coffee )
        & ( B
          = ( SyrupMixer @ S ) ) ),
    inference('cnf.neg',[status(esa)],[there_is_hot_coffee]) ).

thf(zip_derived_cl2,plain,
    ! [X0: beverage,X1: syrup > beverage] :
      ( ~ ( hot @ X0 )
      | ( X0 != coffee )
      | ( X0
       != ( X1 @ ( sk_ @ X1 ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl4,plain,
    ! [X1: syrup > beverage] :
      ( ( coffee
       != ( X1 @ ( sk_ @ X1 ) ) )
      | ~ ( hot @ coffee ) ),
    inference(simplify,[status(thm)],[zip_derived_cl2]) ).

thf(coffee_mixture_definition,axiom,
    ( coffee_mixture
    = ( mix @ coffee ) ) ).

thf('0',plain,
    ( coffee_mixture
    = ( mix @ coffee ) ),
    inference(simplify_rw_rule,[status(thm)],[coffee_mixture_definition]) ).

thf('1',plain,
    ( coffee_mixture
    = ( mix @ coffee ) ),
    define([status(thm)]) ).

thf(coffee_and_syrup_is_hot_coffee,axiom,
    ! [S: syrup] :
      ( ( hot @ ( coffee_mixture @ S ) )
      & ( ( coffee_mixture @ S )
        = coffee ) ) ).

thf(zf_stmt_1,axiom,
    ! [X4: syrup] :
      ( ( hot @ ( mix @ coffee @ X4 ) )
      & ( ( mix @ coffee @ X4 )
        = coffee ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: syrup] : ( hot @ ( mix @ coffee @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl0,plain,
    ! [X0: syrup] :
      ( ( mix @ coffee @ X0 )
      = coffee ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl3,plain,
    hot @ coffee,
    inference(demod,[status(thm)],[zip_derived_cl1,zip_derived_cl0]) ).

thf(zip_derived_cl5,plain,
    ! [X1: syrup > beverage] :
      ( coffee
     != ( X1 @ ( sk_ @ X1 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl4,zip_derived_cl3]) ).

thf(zip_derived_cl7,plain,
    $false,
    inference(eq_res,[status(thm)],[zip_derived_cl5]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : PUZ140^2 : TPTP v8.1.2. Released v6.4.0.
% 0.12/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.zaj9vYOuRz true
% 0.13/0.34  % Computer : n012.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sat Aug 26 22:14:10 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.34  % Number of cores: 8
% 0.21/0.35  % Python version: Python 3.6.8
% 0.21/0.35  % Running in HO mode
% 0.21/0.64  % Total configuration time : 828
% 0.21/0.64  % Estimated wc time : 1656
% 0.21/0.64  % Estimated cpu time (8 cpus) : 207.0
% 0.21/0.72  % /export/starexec/sandbox/solver/bin/lams/40_c.s.sh running for 80s
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.21/0.74  % /export/starexec/sandbox/solver/bin/lams/15_e_short1.sh running for 30s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/lams/40_c_ic.sh running for 80s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/lams/40_noforms.sh running for 90s
% 0.21/0.75  % Solved by lams/40_c.s.sh.
% 0.21/0.75  % done 2 iterations in 0.006s
% 0.21/0.75  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.21/0.75  % SZS output start Refutation
% See solution above
% 0.21/0.75  
% 0.21/0.75  
% 0.21/0.75  % Terminating...
% 1.49/0.84  % Runner terminated.
% 1.49/0.85  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------